Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists. | |
Clear | Removes all entries from the map. | |
Contains | Overloaded. Queries whether this map contains a value for the specified key | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
Get | Gets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist. | |
GetIterator | Gets a key-value pair iterator | |
Recycle | ||
Remove | Overloaded. Removes the key-value pair that has the specified key from the map. | |
Set | Sets the value for the specified key. If key-value association already exists, the value is replaced. | |
ToArray | Converts this set to an array. | |
TryGet | Tries to get the value for the specified key. |